home *** CD-ROM | disk | FTP | other *** search
/ Dangerous Digital Movies: Omake Photos 200 / Dangerous Digital Moves: Omake Photos 200.iso / pc / mmd / staff.dxr / 00019.ls < prev    next >
Encoding:
Text File  |  1996-08-27  |  154 b   |  12 lines

  1. on exitFrame
  2.   if the mouseDown then
  3.     go("EX")
  4.   else
  5.     if soundBusy(1) = 1 then
  6.       go(the frame)
  7.     else
  8.       go("EX")
  9.     end if
  10.   end if
  11. end
  12.